type log/slog.commonHandler

19 uses

	log/slog (current package)
		handler.go#L95: 	ch *commonHandler
		handler.go#L102: 		ch:     &commonHandler{json: false},
		handler.go#L191: type commonHandler struct {
		handler.go#L206: func (h *commonHandler) clone() *commonHandler {
		handler.go#L208: 	return &commonHandler{
		handler.go#L222: func (h *commonHandler) enabled(l Level) bool {
		handler.go#L230: func (h *commonHandler) withAttrs(as []Attr) *commonHandler {
		handler.go#L262: func (h *commonHandler) withGroup(name string) *commonHandler {
		handler.go#L270: func (h *commonHandler) handle(r Record) error {
		handler.go#L372: func (h *commonHandler) attrSep() string {
		handler.go#L383: 	h       *commonHandler
		handler.go#L396: func (h *commonHandler) newHandleState(buf *buffer.Buffer, freeBuf bool, sep string) handleState {
		json_handler.go#L24: 	*commonHandler
		json_handler.go#L35: 		&commonHandler{
		text_handler.go#L22: 	*commonHandler
		text_handler.go#L33: 		&commonHandler{